GetUpdateCommand(String[],Boolean) Method
In This Topic
Gets the automatically generated SQL statement required to perform updates on the data source when an application calls
System.Data.Common.DbDataAdapter.Update() on the
QuickBooksDataAdapter.
Syntax
Parameters
- fields
- Defines list of columns that are allowed to update.
- useColumnsForParameterNames
- Determines whether names of parameters in command text will be based on columns' names.
Return Value
The
QuickBooksCommand object to be executed.
See Also